Allow minimal implementation of GtkCellLayout
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 22 Nov 2010 07:27:52 +0000 (16:27 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 29 Nov 2010 04:03:41 +0000 (13:03 +0900)
commitcad41833a257b2fb6b6681479650e5a20b331fdc
tree3c352f3e4796e3eb72333705066da2ab9f86ac79
parentd3aed12b65dab6365c664104477280be74117287
Allow minimal implementation of GtkCellLayout

Since GtkCellArea delegate does all the work, cell layout widgets
who use a GtkCellArea internally only have to implement the _get_area()
method, this just reduces code to forward the calls over the the internal
cell area.
gtk/gtkcelllayout.c